home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / addpcx.zip / MAKEFILE < prev    next >
Text File  |  1988-06-21  |  719b  |  33 lines

  1. OBJLST=          ega.o cga.o herc.o vgr.o vgrfill.o pcxdisp.o pcxfile.o
  2. CFLAGS=          +ld
  3.  
  4. pcxshow:      pcxshow.exe
  5.           @echo pcxshow ready
  6. pcxshow.exe:  $(OBJLST) pcxshow.o pcx.o ibmtimer.o vgrx.o 
  7.           ln -g pcxshow.o $(OBJLST) pcx.o ibmtimer.o vgrx.o -lcld
  8. pcxshow.o:    pcxshow.c
  9.           cc +ld pcxshow.c
  10.  
  11. $(OBJLST):    pcx.h vgr.h lib.h
  12.  
  13. pcxx.o:          pcx.c
  14.           cc +ld -dMAIN pcx.c -o pcxx.o
  15.  
  16. pcx.exe:      $(OBJLST) pcxx.o
  17.           ln $(OBJLST) pcxx.o -l\lib\aztec\cld
  18.  
  19. arc:          clean
  20.           del $$$$$$pcx.arc
  21.           arc a $$$$$$pcx
  22.  
  23. clean:
  24.           del *.dbg
  25.           del *.bak
  26.           del *.o
  27.           del ctmp*.*
  28.           del *.\$*
  29.           del *.cif
  30.           del *.img
  31.           del x.*
  32.  
  33.